Chinese Remainder Theorem
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, the Chinese remainder theorem states that if one knows the remainders of the
Euclidean division In arithmetic, Euclidean division – or division with remainder – is the process of dividing one integer (the dividend) by another (the divisor), in a way that produces an integer quotient and a natural number remainder strictly smaller than ...
of an
integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign (−1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the language ...
''n'' by several integers, then one can determine uniquely the remainder of the division of ''n'' by the product of these integers, under the condition that the
divisor In mathematics, a divisor of an integer n, also called a factor of n, is an integer m that may be multiplied by some integer to produce n. In this case, one also says that n is a multiple of m. An integer n is divisible or evenly divisible by ...
s are
pairwise coprime In mathematics, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equivale ...
(no two divisors share a common factor other than 1). For example, if we know that the remainder of ''n'' divided by 3 is 2, the remainder of ''n'' divided by 5 is 3, and the remainder of ''n'' divided by 7 is 2, then without knowing the value of ''n'', we can determine that the remainder of ''n'' divided by 105 (the product of 3, 5, and 7) is 23. Importantly, this tells us that if ''n'' is a
natural number In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called ''Cardinal n ...
less than 105, then 23 is the only possible value of ''n''. The earliest known statement of the
theorem In mathematics, a theorem is a statement that has been proved, or can be proved. The ''proof'' of a theorem is a logical argument that uses the inference rules of a deductive system to establish that the theorem is a logical consequence of th ...
is by the Chinese mathematician Sun-tzu in the '' Sun-tzu Suan-ching'' in the 3rd century CE. The Chinese remainder theorem is widely used for computing with large integers, as it allows replacing a computation for which one knows a bound on the size of the result by several similar computations on small integers. The Chinese remainder theorem (expressed in terms of congruences) is true over every
principal ideal domain In mathematics, a principal ideal domain, or PID, is an integral domain in which every ideal is principal, i.e., can be generated by a single element. More generally, a principal ideal ring is a nonzero commutative ring whose ideals are principal, ...
. It has been generalized to any
ring Ring may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell :(hence) to initiate a telephone connection Arts, entertainment and media Film and ...
, with a formulation involving
two-sided ideal In ring theory, a branch of abstract algebra, an ideal of a ring is a special subset of its elements. Ideals generalize certain subsets of the integers, such as the even numbers or the multiples of 3. Addition and subtraction of even numbers p ...
s.


History

The earliest known statement of the theorem, as a problem with specific numbers, appears in the 3rd-century book '' Sun-tzu Suan-ching'' by the Chinese mathematician Sun-tzu: Sun-tzu's work contains neither a proof nor a full algorithm. What amounts to an algorithm for solving this problem was described by
Aryabhata Aryabhata ( ISO: ) or Aryabhata I (476–550 CE) was an Indian mathematician and astronomer of the classical age of Indian mathematics and Indian astronomy. He flourished in the Gupta Era and produced works such as the ''Aryabhatiya'' (which ...
(6th century). Special cases of the Chinese remainder theorem were also known to
Brahmagupta Brahmagupta ( – ) was an Indian mathematician and astronomer. He is the author of two early works on mathematics and astronomy: the ''Brāhmasphuṭasiddhānta'' (BSS, "correctly established doctrine of Brahma", dated 628), a theoretical trea ...
(7th century), and appear in
Fibonacci Fibonacci (; also , ; – ), also known as Leonardo Bonacci, Leonardo of Pisa, or Leonardo Bigollo Pisano ('Leonardo the Traveller from Pisa'), was an Italian mathematician from the Republic of Pisa, considered to be "the most talented Wester ...
's
Liber Abaci ''Liber Abaci'' (also spelled as ''Liber Abbaci''; "The Book of Calculation") is a historic 1202 Latin manuscript on arithmetic by Leonardo of Pisa, posthumously known as Fibonacci. ''Liber Abaci'' was among the first Western books to describe ...
(1202). The result was later generalized with a complete solution called ''Da-yan-shu'' () in Ch'in Chiu-shao's 1247 ''
Mathematical Treatise in Nine Sections The ''Mathematical Treatise in Nine Sections'' () is a mathematical text written by Chinese Southern Song dynasty mathematician Qin Jiushao in the year 1247. The mathematical text has a wide range of topics and is taken from all aspects of th ...
'' (, ''Shu-shu Chiu-chang'') which was translated into English in early 19th century by British missionary Alexander Wylie. The notion of congruences was first introduced and used by
Carl Friedrich Gauss Johann Carl Friedrich Gauss (; german: Gauß ; la, Carolus Fridericus Gauss; 30 April 177723 February 1855) was a German mathematician and physicist who made significant contributions to many fields in mathematics and science. Sometimes refer ...
in his ''
Disquisitiones Arithmeticae The (Latin for "Arithmetical Investigations") is a textbook of number theory written in Latin by Carl Friedrich Gauss in 1798 when Gauss was 21 and first published in 1801 when he was 24. It is notable for having had a revolutionary impact on th ...
'' of 1801. Gauss illustrates the Chinese remainder theorem on a problem involving calendars, namely, "to find the years that have a certain period number with respect to the solar and lunar cycle and the Roman indiction." Gauss introduces a procedure for solving the problem that had already been used by
Leonhard Euler Leonhard Euler ( , ; 15 April 170718 September 1783) was a Swiss mathematician, physicist, astronomer, geographer, logician and engineer who founded the studies of graph theory and topology and made pioneering and influential discoveries in ma ...
but was in fact an ancient method that had appeared several times.


Statement

Let ''n''1, ..., ''n''''k'' be integers greater than 1, which are often called '' moduli'' or ''
divisors In mathematics, a divisor of an integer n, also called a factor of n, is an integer m that may be multiplied by some integer to produce n. In this case, one also says that n is a multiple of m. An integer n is divisible or evenly divisible by ...
''. Let us denote by ''N'' the product of the ''n''''i''. The Chinese remainder theorem asserts that if the ''n''''i'' are
pairwise coprime In mathematics, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equivale ...
, and if ''a''1, ..., ''a''''k'' are integers such that 0 ≤ ''a''''i'' < ''n''''i'' for every ''i'', then there is one and only one integer ''x'', such that 0 ≤ ''x'' < ''N'' and the remainder of the
Euclidean division In arithmetic, Euclidean division – or division with remainder – is the process of dividing one integer (the dividend) by another (the divisor), in a way that produces an integer quotient and a natural number remainder strictly smaller than ...
of ''x'' by ''n''''i'' is ''a''''i'' for every ''i''. This may be restated as follows in terms of
congruences In abstract algebra, a congruence relation (or simply congruence) is an equivalence relation on an algebraic structure (such as a group, ring, or vector space) that is compatible with the structure in the sense that algebraic operations done wi ...
: If the n_i are pairwise coprime, and if ''a''1, ..., ''a''''k'' are any integers, then the system :\begin x &\equiv a_1 \pmod \\ &\,\,\,\vdots \\ x &\equiv a_k \pmod, \end has a solution, and any two solutions, say ''x''1 and ''x''2, are congruent modulo ''N'', that is, . In
abstract algebra In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures. Algebraic structures include groups, rings, fields, modules, vector spaces, lattices, and algebras over a field. The term ''a ...
, the theorem is often restated as: if the ''n''''i'' are pairwise coprime, the map :x \bmod N \;\mapsto\;(x \bmod n_1,\, \ldots,\, x \bmod n_k) defines a
ring isomorphism In ring theory, a branch of abstract algebra, a ring homomorphism is a structure-preserving function between two rings. More explicitly, if ''R'' and ''S'' are rings, then a ring homomorphism is a function such that ''f'' is: :addition preservi ...
:\mathbb/N\mathbb \cong \mathbb/n_1\mathbb \times \cdots \times \mathbb/n_k\mathbb between the
ring Ring may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell :(hence) to initiate a telephone connection Arts, entertainment and media Film and ...
of integers modulo ''N'' and the direct product of the rings of integers modulo the ''n''''i''. This means that for doing a sequence of arithmetic operations in \mathbb/N\mathbb, one may do the same computation independently in each \mathbb/n_i\mathbb and then get the result by applying the isomorphism (from the right to the left). This may be much faster than the direct computation if ''N'' and the number of operations are large. This is widely used, under the name ''multi-modular computation'', for
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrices. ...
over the integers or the
rational number In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (e.g. ). The set of all ration ...
s. The theorem can also be restated in the language of
combinatorics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many appl ...
as the fact that the infinite
arithmetic progression An arithmetic progression or arithmetic sequence () is a sequence of numbers such that the difference between the consecutive terms is constant. For instance, the sequence 5, 7, 9, 11, 13, 15, . . . is an arithmetic progression with a common differ ...
s of integers form a
Helly family In combinatorics, a Helly family of order is a family of sets in which every minimal ''subfamily with an empty intersection'' has or fewer sets in it. Equivalently, every finite subfamily such that every -fold intersection is non-empty has non ...
.


Proof

The existence and the uniqueness of the solution may be proven independently. However, the first proof of existence, given below, uses this uniqueness.


Uniqueness

Suppose that and are both solutions to all the congruences. As and give the same remainder, when divided by , their difference is a multiple of each . As the are pairwise coprime, their product also divides , and thus and are congruent modulo . If and are supposed to be non-negative and less than (as in the first statement of the theorem), then their difference may be a multiple of only if .


Existence (first proof)

The map :x \bmod N \mapsto (x \bmod n_1, \ldots, x\bmod n_k) maps
congruence class In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to modular arithmetic was developed by Carl Friedrich Gauss in his book ...
es modulo to sequences of congruence classes modulo . The proof of uniqueness shows that this map is
injective In mathematics, an injective function (also known as injection, or one-to-one function) is a function that maps distinct elements of its domain to distinct elements; that is, implies . (Equivalently, implies in the equivalent contrapositiv ...
. As the
domain Domain may refer to: Mathematics *Domain of a function, the set of input values for which the (total) function is defined **Domain of definition of a partial function **Natural domain of a partial function **Domain of holomorphy of a function * Do ...
and the
codomain In mathematics, the codomain or set of destination of a function is the set into which all of the output of the function is constrained to fall. It is the set in the notation . The term range is sometimes ambiguously used to refer to either th ...
of this map have the same number of elements, the map is also
surjective In mathematics, a surjective function (also known as surjection, or onto function) is a function that every element can be mapped from element so that . In other words, every element of the function's codomain is the image of one element of i ...
, which proves the existence of the solution. This proof is very simple but does not provide any direct way for computing a solution. Moreover, it cannot be generalized to other situations where the following proof can.


Existence (constructive proof)

Existence may be established by an explicit construction of . This construction may be split into two steps, first solving the problem in the case of two moduli, and then extending this solution to the general case by
induction Induction, Inducible or Inductive may refer to: Biology and medicine * Labor induction (birth/pregnancy) * Induction chemotherapy, in medicine * Induced stem cells, stem cells derived from somatic, reproductive, pluripotent or other cell t ...
on the number of moduli.


Case of two moduli

We want to solve the system: : \begin x &\equiv a_1 \pmod \\ x &\equiv a_2 \pmod , \end where n_1 and n_2 are
coprime In mathematics, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equivale ...
.
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
asserts the existence of two integers m_1 and m_2 such that :m_1n_1+m_2n_2=1. The integers m_1 and m_2 may be computed by the extended Euclidean algorithm. A solution is given by :x = a_1m_2n_2+a_2m_1n_1. Indeed, :\begin x&=a_1m_2n_2+a_2m_1n_1\\ &=a_1(1 - m_1n_1) + a_2m_1n_1 \\ &=a_1 + (a_2 - a_1)m_1n_1, \end implying that x \equiv a_1 \pmod . The second congruence is proved similarly, by exchanging the subscripts 1 and 2.


General case

Consider a sequence of congruence equations: : \begin x &\equiv a_1 \pmod \\ &\vdots \\ x &\equiv a_k \pmod, \end where the n_i are pairwise coprime. The two first equations have a solution a_ provided by the method of the previous section. The set of the solutions of these two first equations is the set of all solutions of the equation :x \equiv a_ \pmod. As the other n_i are coprime with n_1n_2, this reduces solving the initial problem of equations to a similar problem with k-1 equations. Iterating the process, one gets eventually the solutions of the initial problem.


Existence (direct construction)

For constructing a solution, it is not necessary to make an induction on the number of moduli. However, such a direct construction involves more computation with large numbers, which makes it less efficient and less used. Nevertheless,
Lagrange interpolation In numerical analysis, the Lagrange interpolating polynomial is the unique polynomial of lowest degree that interpolates a given set of data. Given a data set of coordinate pairs (x_j, y_j) with 0 \leq j \leq k, the x_j are called ''nodes'' an ...
is a special case of this construction, applied to
polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An exa ...
s instead of integers. Let N_i = N/n_i be the product of all moduli but one. As the n_i are pairwise coprime, N_i and n_i are coprime. Thus
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
applies, and there exist integers M_i and m_i such that :M_iN_i + m_in_i=1. A solution of the system of congruences is :x=\sum_^k a_iM_iN_i. In fact, as N_j is a multiple of n_i for i\neq j, we have :x \equiv a_iM_iN_i \equiv a_i(1-m_in_i) \equiv a_i \pmod, for every i.


Computation

Consider a system of congruences: :\begin x &\equiv a_1 \pmod \\ &\vdots \\ x &\equiv a_k \pmod, \\ \end where the n_i are
pairwise coprime In mathematics, two integers and are coprime, relatively prime or mutually prime if the only positive integer that is a divisor of both of them is 1. Consequently, any prime number that divides does not divide , and vice versa. This is equivale ...
, and let N=n_1 n_2\cdots n_k. In this section several methods are described for computing the unique solution for x, such that 0\le x and these methods are applied on the example : \begin x &\equiv 0 \pmod 3 \\ x &\equiv 3 \pmod 4 \\ x &\equiv 4 \pmod 5. \end


Systematic search

It is easy to check whether a value of is a solution: it suffices to compute the remainder of the
Euclidean division In arithmetic, Euclidean division – or division with remainder – is the process of dividing one integer (the dividend) by another (the divisor), in a way that produces an integer quotient and a natural number remainder strictly smaller than ...
of by each . Thus, to find the solution, it suffices to check successively the integers from to until finding the solution. Although very simple, this method is very inefficient. For the simple example considered here, integers (including ) have to be checked for finding the solution, which is . This is an
exponential time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by t ...
algorithm, as the size of the input is, up to a constant factor, the number of digits of , and the average number of operations is of the order of . Therefore, this method is rarely used, neither for hand-written computation nor on computers.


Search by sieving

The search of the solution may be made dramatically faster by sieving. For this method, we suppose, without loss of generality, that 0\le a_i (if it were not the case, it would suffice to replace each a_i by the remainder of its division by n_i). This implies that the solution belongs to the
arithmetic progression An arithmetic progression or arithmetic sequence () is a sequence of numbers such that the difference between the consecutive terms is constant. For instance, the sequence 5, 7, 9, 11, 13, 15, . . . is an arithmetic progression with a common differ ...
:a_1, a_1 + n_1, a_1+2n_1, \ldots By testing the values of these numbers modulo n_2, one eventually finds a solution x_2 of the two first congruences. Then the solution belongs to the arithmetic progression :x_2, x_2 + n_1n_2, x_2+2n_1n_2, \ldots Testing the values of these numbers modulo n_3,, and continuing until every modulus has been tested gives eventually the solution. This method is faster if the moduli have been ordered by decreasing value, that is if n_1>n_2> \cdots > n_k. For the example, this gives the following computation. We consider first the numbers that are congruent to 4 modulo 5 (the largest modulus), which are 4, , , ... For each of them, compute the remainder by 4 (the second largest modulus) until getting a number congruent to 3 modulo 4. Then one can proceed by adding at each step, and computing only the remainders by 3. This gives :4 mod 4 → 0. Continue :4 + 5 = 9 mod 4 →1. Continue :9 + 5 = 14 mod 4 → 2. Continue :14 + 5 = 19 mod 4 → 3. OK, continue by considering remainders modulo 3 and adding 5 × 4 = 20 each time :19 mod 3 → 1. Continue :19 + 20 = 39 mod 3 → 0. OK, this is the result. This method works well for hand-written computation with a product of moduli that is not too big. However, it is much slower than other methods, for very large products of moduli. Although dramatically faster than the systematic search, this method also has an
exponential time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by t ...
complexity and is therefore not used on computers.


Using the existence construction

The constructive existence proof shows that, in the case of two moduli, the solution may be obtained by the computation of the Bézout coefficients of the moduli, followed by a few multiplications, additions and reductions modulo n_1n_2 (for getting a result in the interval (0, n_1n_2-1)). As the Bézout's coefficients may be computed with the extended Euclidean algorithm, the whole computation, at most, has a
quadratic time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by t ...
complexity Complexity characterises the behaviour of a system or model whose components interaction, interact in multiple ways and follow local rules, leading to nonlinearity, randomness, collective dynamics, hierarchy, and emergence. The term is generall ...
of O((s_1+s_2)^2), where s_i denotes the number of digits of n_i. For more than two moduli, the method for two moduli allows the replacement of any two congruences by a single congruence modulo the product of the moduli. Iterating this process provides eventually the solution with a complexity, which is quadratic in the number of digits of the product of all moduli. This quadratic time complexity does not depend on the order in which the moduli are regrouped. One may regroup the two first moduli, then regroup the resulting modulus with the next one, and so on. This strategy is the easiest to implement, but it also requires more computation involving large numbers. Another strategy consists in partitioning the moduli in pairs whose product have comparable sizes (as much as possible), applying, in parallel, the method of two moduli to each pair, and iterating with a number of moduli approximatively divided by two. This method allows an easy parallelization of the algorithm. Also, if fast algorithms (that is, algorithms working in
quasilinear time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by t ...
) are used for the basic operations, this method provides an algorithm for the whole computation that works in quasilinear time. On the current example (which has only three moduli), both strategies are identical and work as follows.
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
for 3 and 4 is :1\times 4 + (-1)\times 3 = 1. Putting this in the formula given for proving the existence gives :0\times 1\times 4 + 3\times (-1)\times 3 =-9 for a solution of the two first congruences, the other solutions being obtained by adding to −9 any multiple of . One may continue with any of these solutions, but the solution is smaller (in
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), an ...
) and thus leads probably to an easier computation Bézout identity for 5 and 3 × 4 = 12 is :5\times 5 +(-2)\times 12 =1. Applying the same formula again, we get a solution of the problem: :5\times 5 \times 3 + 12\times (-2)\times 4 = -21. The other solutions are obtained by adding any multiple of , and the smallest positive solution is .


As a linear Diophantine system

The system of congruences solved by the Chinese remainder theorem may be rewritten as a system of linear Diophantine equations: :\begin x &= a_1 +x_1n_1\\ &\vdots \\ x &=a_k+x_kn_k, \end where the unknown integers are x and the x_i. Therefore, every general method for solving such systems may be used for finding the solution of Chinese remainder theorem, such as the reduction of the
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** ''The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchis ...
of the system to
Smith normal form In mathematics, the Smith normal form (sometimes abbreviated SNF) is a normal form that can be defined for any matrix (not necessarily square) with entries in a principal ideal domain (PID). The Smith normal form of a matrix is diagonal, and can b ...
or
Hermite normal form In linear algebra, the Hermite normal form is an analogue of reduced echelon form for matrices over the integers Z. Just as reduced echelon form can be used to solve problems about the solution to the linear system Ax=b where x is in R''n'', the H ...
. However, as usual when using a general algorithm for a more specific problem, this approach is less efficient than the method of the preceding section, based on a direct use of
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
.


Over principal ideal domains

In , the Chinese remainder theorem has been stated in three different ways: in terms of remainders, of congruences, and of a
ring isomorphism In ring theory, a branch of abstract algebra, a ring homomorphism is a structure-preserving function between two rings. More explicitly, if ''R'' and ''S'' are rings, then a ring homomorphism is a function such that ''f'' is: :addition preservi ...
. The statement in terms of remainders does not apply, in general, to
principal ideal domain In mathematics, a principal ideal domain, or PID, is an integral domain in which every ideal is principal, i.e., can be generated by a single element. More generally, a principal ideal ring is a nonzero commutative ring whose ideals are principal, ...
s, as remainders are not defined in such
rings Ring may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell :(hence) to initiate a telephone connection Arts, entertainment and media Film and ...
. However, the two other versions make sense over a principal ideal domain : it suffices to replace "integer" by "element of the domain" and \mathbb Z by . These two versions of the theorem are true in this context, because the proofs (except for the first existence proof), are based on
Euclid's lemma In algebra and number theory, Euclid's lemma is a lemma that captures a fundamental property of prime numbers, namely: For example, if , , , then , and since this is divisible by 19, the lemma implies that one or both of 133 or 143 must be as we ...
and
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
, which are true over every principal domain. However, in general, the theorem is only an existence theorem and does not provide any way for computing the solution, unless one has an algorithm for computing the coefficients of Bézout's identity.


Over univariate polynomial rings and Euclidean domains

The statement in terms of remainders given in cannot be generalized to any principal ideal domain, but its generalization to Euclidean domains is straightforward. The
univariate polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An ex ...
s over a
field Field may refer to: Expanses of open ground * Field (agriculture), an area of land used for agricultural purposes * Airfield, an aerodrome that lacks the infrastructure of an airport * Battlefield * Lawn, an area of mowed grass * Meadow, a grass ...
is the typical example of a Euclidean domain which is not the integers. Therefore, we state the theorem for the case of the ring R=K /math> for a field K. For getting the theorem for a general Euclidean domain, it suffices to replace the
degree Degree may refer to: As a unit of measurement * Degree (angle), a unit of angle measurement ** Degree of geographical latitude ** Degree of geographical longitude * Degree symbol (°), a notation used in science, engineering, and mathematics ...
by the Euclidean function of the Euclidean domain. The Chinese remainder theorem for polynomials is thus: Let P_i(X) (the moduli) be, for i = 1, \dots, k, pairwise coprime polynomials in R=K /math>. Let d_i =\deg P_i be the degree of P_i(X), and D be the sum of the d_i. If A_i(X), \ldots,A_k(X) are polynomials such that A_i(X)=0 or \deg A_i for every , then, there is one and only one polynomial P(X), such that \deg P and the remainder of the
Euclidean division In arithmetic, Euclidean division – or division with remainder – is the process of dividing one integer (the dividend) by another (the divisor), in a way that produces an integer quotient and a natural number remainder strictly smaller than ...
of P(X) by P_i(X) is A_i(X) for every . The construction of the solution may be done as in or . However, the latter construction may be simplified by using, as follows,
partial fraction decomposition In algebra, the partial fraction decomposition or partial fraction expansion of a rational fraction (that is, a fraction such that the numerator and the denominator are both polynomials) is an operation that consists of expressing the fraction as ...
instead of the extended Euclidean algorithm. Thus, we want to find a polynomial P(X), which satisfies the congruences :P(X)\equiv A_i(X) \pmod , for i=1,\ldots,k. Consider the polynomials :\begin Q(X) &= \prod_^P_i(X) \\ Q_i(X) &= \frac. \end The partial fraction decomposition of 1/Q(X) gives polynomials S_i(X) with degrees \deg S_i(X) < d_i, such that :\frac = \sum_^k \frac, and thus :1 = \sum_^S_i(X) Q_i(X). Then a solution of the simultaneous congruence system is given by the polynomial :\sum_^k A_i(X) S_i(X) Q_i(X). In fact, we have : \sum_^k A_i(X) S_i(X) Q_i(X)= A_i(X)+ \sum_^(A_j(X) - A_i(X)) S_j(X) Q_j(X) \equiv A_i(X)\pmod, for 1 \leq i \leq k. This solution may have a degree larger than D=\sum_^k d_i. The unique solution of degree less than D may be deduced by considering the remainder B_i(X) of the Euclidean division of A_i(X)S_i(X) by P_i(X). This solution is :P(X)=\sum_^k B_i(X) Q_i(X).


Lagrange interpolation

A special case of Chinese remainder theorem for polynomials is
Lagrange interpolation In numerical analysis, the Lagrange interpolating polynomial is the unique polynomial of lowest degree that interpolates a given set of data. Given a data set of coordinate pairs (x_j, y_j) with 0 \leq j \leq k, the x_j are called ''nodes'' an ...
. For this, consider
monic polynomial In algebra, a monic polynomial is a single-variable polynomial (that is, a univariate polynomial) in which the leading coefficient (the nonzero coefficient of highest degree) is equal to 1. Therefore, a monic polynomial has the form: :x^n+c_x^+\cd ...
s of degree one: :P_i(X)=X-x_i. They are pairwise coprime if the x_i are all different. The remainder of the division by P_i(X) of a polynomial P(X) is P(x_i). Now, let A_1, \ldots, A_k be constants (polynomials of degree 0) in K. Both Lagrange interpolation and Chinese remainder theorem assert the existence of a unique polynomial P(X), of degree less than k such that :P(x_i)=A_i, for every i. Lagrange interpolation formula is exactly the result, in this case, of the above construction of the solution. More precisely, let :\begin Q(X) &= \prod_^(X-x_i) \\ pt Q_i(X) &= \frac. \end The
partial fraction decomposition In algebra, the partial fraction decomposition or partial fraction expansion of a rational fraction (that is, a fraction such that the numerator and the denominator are both polynomials) is an operation that consists of expressing the fraction as ...
of \frac is :\frac = \sum_^k \frac. In fact, reducing the right-hand side to a common denominator one gets : \sum_^k \frac= \frac \sum_^k \frac, and the numerator is equal to one, as being a polynomial of degree less than k, which takes the value one for k different values of X. Using the above general formula, we get the Lagrange interpolation formula: :P(X)=\sum_^k A_i\frac.


Hermite interpolation

Hermite interpolation In numerical analysis, Hermite interpolation, named after Charles Hermite, is a method of polynomial interpolation, which generalizes Lagrange interpolation. Lagrange interpolation allows computing a polynomial of degree less than that takes the s ...
is an application of the Chinese remainder theorem for univariate polynomials, which may involve moduli of arbitrary degrees (Lagrange interpolation involves only moduli of degree one). The problem consists of finding a polynomial of the least possible degree, such that the polynomial and its first
derivative In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. F ...
s take given values at some fixed points. More precisely, let x_1, \ldots, x_k be k elements of the ground
field Field may refer to: Expanses of open ground * Field (agriculture), an area of land used for agricultural purposes * Airfield, an aerodrome that lacks the infrastructure of an airport * Battlefield * Lawn, an area of mowed grass * Meadow, a grass ...
K, and, for i=1,\ldots, k, let a_, a_, \ldots, a_ be the values of the first r_i derivatives of the sought polynomial at x_i (including the 0th derivative, which is the value of the polynomial itself). The problem is to find a polynomial P(X) such that its ''j'' th derivative takes the value a_ at x_i, for i=1,\ldots,k and j=0,\ldots,r_j. Consider the polynomial :P_i(X) = \sum_^\frac(X - x_i)^j. This is the
Taylor polynomial In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...
of order r_i-1 at x_i, of the unknown polynomial P(X). Therefore, we must have :P(X)\equiv P_i(X) \pmod . Conversely, any polynomial P(X) that satisfies these k congruences, in particular verifies, for any i=1, \ldots, k :P(X)= P_i(X) +o(X-x_i)^ therefore P_i(X) is its Taylor polynomial of order r_i - 1 at x_i, that is, P(X) solves the initial Hermite interpolation problem. The Chinese remainder theorem asserts that there exists exactly one polynomial of degree less than the sum of the r_i, which satisfies these k congruences. There are several ways for computing the solution P(X). One may use the method described at the beginning of . One may also use the constructions given in or .


Generalization to non-coprime moduli

The Chinese remainder theorem can be generalized to non-coprime moduli. Let m, n, a, b be any integers, let g = \gcd(m,n); M = \operatorname(m,n), and consider the system of congruences: : \begin x &\equiv a \pmod m \\ x &\equiv b \pmod n, \end If a \equiv b \pmod g, then this system has a unique solution modulo M = mn/g. Otherwise, it has no solutions. If we use
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
to write g = um + vn, then the solution is : x = \frac \pmod M. This defines an integer, as divides both and . Otherwise, the proof is very similar to that for coprime moduli.


Generalization to arbitrary rings

The Chinese remainder theorem can be generalized to any
ring Ring may refer to: * Ring (jewellery), a round band, usually made of metal, worn as ornamental jewelry * To make a sound with a bell, and the sound made by a bell :(hence) to initiate a telephone connection Arts, entertainment and media Film and ...
, by using coprime ideals (also called comaximal ideals). Two ideals and are coprime if there are elements i\in I and j\in J such that i+j=1. This relation plays the role of
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
in the proofs related to this generalization, which otherwise are very similar. The generalization may be stated as follows. Let be two-sided ideals of a ring R and let be their intersection. If the ideals are pairwise coprime, we have the
isomorphism In mathematics, an isomorphism is a structure-preserving mapping between two structures of the same type that can be reversed by an inverse mapping. Two mathematical structures are isomorphic if an isomorphism exists between them. The word i ...
: :\begin R/I &\to (R/I_1) \times \cdots \times (R/I_k) \\ x \bmod I &\mapsto (x \bmod I_1,\, \ldots,\, x \bmod I_k), \end between the
quotient ring In ring theory, a branch of abstract algebra, a quotient ring, also known as factor ring, difference ring or residue class ring, is a construction quite similar to the quotient group in group theory and to the quotient space in linear algebra. ...
R/I and the direct product of the R/I_i, where "x \bmod I" denotes the
image An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensiona ...
of the element x in the quotient ring defined by the ideal I. Moreover, if R is
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Most familiar as the name o ...
, then the ideal intersection of pairwise coprime ideals is equal to their
product Product may refer to: Business * Product (business), an item that serves as a solution to a specific consumer problem. * Product (project management), a deliverable or set of deliverables that contribute to a business solution Mathematics * Produ ...
; that is : I= I_1\cap I_2 \cap\cdots\cap I_k= I_1I_2\cdots I_k, if and are coprime for all .


Interpretation in terms of idempotents

Let I_1, I_2, \dots, I_k be pairwise coprime two-sided ideals with \bigcap_^k I_i = 0, and :\varphi:R\to (R/I_1) \times \cdots \times (R/I_k) be the isomorphism defined above. Let f_i=(0,\ldots,1,\ldots, 0) be the element of (R/I_1) \times \cdots \times (R/I_k) whose components are all except the  th which is , and e_i=\varphi^(f_i). The e_i are
central idempotent In ring theory, a branch of abstract algebra, an idempotent element or simply idempotent of a ring is an element ''a'' such that . That is, the element is idempotent under the ring's multiplication. Inductively then, one can also conclude that for ...
s that are pairwise orthogonal; this means, in particular, that e_i^2=e_i and e_ie_j=e_je_i=0 for every and . Moreover, one has e_1+\cdots+e_n=1, and I_i=R(1-e_i). In summary, this generalized Chinese remainder theorem is the equivalence between giving pairwise coprime two-sided ideals with a zero intersection, and giving central and pairwise orthogonal idempotents that sum to .


Applications


Sequence numbering

The Chinese remainder theorem has been used to construct a
Gödel numbering for sequences In mathematics, a Gödel numbering for sequences provides an effective way to represent each finite sequence of natural numbers as a single natural number. While a set theoretical embedding is surely possible, the emphasis is on the effectiveness ...
, which is involved in the proof of
Gödel's incompleteness theorems Gödel's incompleteness theorems are two theorems of mathematical logic Mathematical logic is the study of logic, formal logic within mathematics. Major subareas include model theory, proof theory, set theory, and recursion theory. Research i ...
.


Fast Fourier transform

The
prime-factor FFT algorithm The prime-factor algorithm (PFA), also called the Good–Thomas algorithm (1958/1963), is a fast Fourier transform (FFT) algorithm that re-expresses the discrete Fourier transform (DFT) of a size ''N'' = ''N''1''N''2 as a two-dimensional ''N''1× ...
(also called Good-Thomas algorithm) uses the Chinese remainder theorem for reducing the computation of a fast Fourier transform of size n_1n_2 to the computation of two fast Fourier transforms of smaller sizes n_1 and n_2 (providing that n_1 and n_2 are coprime).


Encryption

Most implementations of RSA use the Chinese remainder theorem during signing of
HTTPS Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It is used for secure communication over a computer network, and is widely used on the Internet. In HTTPS, the communication protocol is enc ...
certificates and during decryption. The Chinese remainder theorem can also be used in
secret sharing Secret sharing (also called secret splitting) refers to methods for distributing a secret among a group, in such a way that no individual holds any intelligible information about the secret, but when a sufficient number of individuals combine t ...
, which consists of distributing a set of shares among a group of people who, all together (but no one alone), can recover a certain secret from the given set of shares. Each of the shares is represented in a congruence, and the solution of the system of congruences using the Chinese remainder theorem is the secret to be recovered. Secret sharing using the Chinese remainder theorem uses, along with the Chinese remainder theorem, special sequences of integers that guarantee the impossibility of recovering the secret from a set of shares with less than a certain
cardinality In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set A = \ contains 3 elements, and therefore A has a cardinality of 3. Beginning in the late 19th century, this concept was generalized ...
.


Range ambiguity resolution

The
range ambiguity resolution Range ambiguity resolution is a technique used with medium Pulse repetition frequency (PRF) radar to obtain range information for distances that exceed the distance between transmit pulses. This signal processing technique is required with pulse- ...
techniques used with
medium pulse repetition frequency The pulse repetition frequency (PRF) is the number of pulses of a repeating signal in a specific time unit. The term is used within a number of technical disciplines, notably radar. In radar, a radio signal of a particular carrier frequency is tu ...
radar can be seen as a special case of the Chinese remainder theorem.


Decomposition of surjections of finite abelian groups

Given a
surjection In mathematics, a surjective function (also known as surjection, or onto function) is a function that every element can be mapped from element so that . In other words, every element of the function's codomain is the image of one element of i ...
\mathbb/n \to \mathbb/m of
finite Finite is the opposite of infinite. It may refer to: * Finite number (disambiguation) * Finite set, a set whose cardinality (number of elements) is some natural number * Finite verb, a verb form that has a subject, usually being inflected or marke ...
abelian group In mathematics, an abelian group, also called a commutative group, is a group in which the result of applying the group operation to two group elements does not depend on the order in which they are written. That is, the group operation is comm ...
s, we can use the Chinese remainder theorem to give a complete description of any such map. First of all, the theorem gives isomorphisms :\begin \mathbb/n &\cong \mathbb/p_^ \times \cdots \times \mathbb/p_^ \\ \mathbb/m &\cong \mathbb/p_^ \times \cdots \times \mathbb/p_^ \end where \ \subseteq \. In addition, for any induced map :\mathbb/p_^ \to \mathbb/p_^ from the original surjection, we have a_k \geq b_l and p_ = p_, since for a pair of
primes A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only ways ...
p,q, the only non-zero surjections :\mathbb/p^a \to \mathbb/q^b can be defined if p = q and a \geq b. These observations are pivotal for constructing the ring of
profinite integer In mathematics, a profinite integer is an element of the ring (sometimes pronounced as zee-hat or zed-hat) :\widehat = \varprojlim \mathbb/n\mathbb = \prod_p \mathbb_p where :\varprojlim \mathbb/n\mathbb indicates the profinite completion of \math ...
s, which is given as an
inverse limit In mathematics, the inverse limit (also called the projective limit) is a construction that allows one to "glue together" several related objects, the precise gluing process being specified by morphisms between the objects. Thus, inverse limits can ...
of all such maps.


Dedekind's theorem

Dedekind's theorem on the linear independence of characters. Let be a
monoid In abstract algebra, a branch of mathematics, a monoid is a set equipped with an associative binary operation and an identity element. For example, the nonnegative integers with addition form a monoid, the identity element being 0. Monoids ...
and an
integral domain In mathematics, specifically abstract algebra, an integral domain is a nonzero commutative ring in which the product of any two nonzero elements is nonzero. Integral domains are generalizations of the ring of integers and provide a natural set ...
, viewed as a monoid by considering the multiplication on . Then any finite family of distinct
monoid homomorphism In abstract algebra, a branch of mathematics, a monoid is a set equipped with an associative binary operation and an identity element. For example, the nonnegative integers with addition form a monoid, the identity element being 0. Monoids ar ...
s is
linearly independent In the theory of vector spaces, a set of vectors is said to be if there is a nontrivial linear combination of the vectors that equals the zero vector. If no such linear combination exists, then the vectors are said to be . These concepts are ...
. In other words, every family of elements satisfying :\sum_\alpha_i f_i = 0 must be equal to the family . Proof. First assume that is a
field Field may refer to: Expanses of open ground * Field (agriculture), an area of land used for agricultural purposes * Airfield, an aerodrome that lacks the infrastructure of an airport * Battlefield * Lawn, an area of mowed grass * Meadow, a grass ...
, otherwise, replace the integral domain by its
quotient field In abstract algebra, the field of fractions of an integral domain is the smallest field in which it can be embedded. The construction of the field of fractions is modeled on the relationship between the integral domain of integers and the field ...
, and nothing will change. We can linearly extend the monoid homomorphisms to -
algebra homomorphism In mathematics, an algebra homomorphism is a homomorphism between two associative algebras. More precisely, if and are algebras over a field (or commutative ring) , it is a function F\colon A\to B such that for all in and in , * F(kx) = kF ...
s , where is the
monoid ring In abstract algebra, a monoid ring is a ring constructed from a ring and a monoid, just as a group ring is constructed from a ring and a group. Definition Let ''R'' be a ring and let ''G'' be a monoid. The monoid ring or monoid algebra of ''G'' ...
of over . Then, by linearity, the condition :\sum_\alpha_i f_i = 0, yields :\sum_\alpha_i F_i = 0. Next, for the two -linear maps and are not proportional to each other. Otherwise and would also be proportional, and thus equal since as monoid homomorphisms they satisfy: , which contradicts the assumption that they are distinct. Therefore, the
kernels Kernel may refer to: Computing * Kernel (operating system), the central component of most operating systems * Kernel (image processing), a matrix used for image convolution * Compute kernel, in GPGPU programming * Kernel method, in machine learnin ...
and are distinct. Since is a field, is a
maximal ideal In mathematics, more specifically in ring theory, a maximal ideal is an ideal that is maximal (with respect to set inclusion) amongst all ''proper'' ideals. In other words, ''I'' is a maximal ideal of a ring ''R'' if there are no other ideals cont ...
of for every in . Because they are distinct and maximal the ideals and are coprime whenever . The Chinese Remainder Theorem (for general rings) yields an isomorphism: :\begin \phi: k / K &\to \prod_k / \mathrm F_i \\ \phi(x + K) &= \left(x + \mathrm F_i\right)_ \end where :K = \prod_\mathrm F_i = \bigcap_\mathrm F_i. Consequently, the map :\begin \Phi: k &\to \prod_k \mathrm F_i \\ \Phi(x) &= \left(x + \mathrm F_i\right)_ \end is surjective. Under the isomorphisms the map corresponds to: :\begin \psi: k &\to \prod_k \\ \psi(x) &= \left _i(x)\right \end Now, :\sum_\alpha_i F_i = 0 yields :\sum_\alpha_i u_i = 0 for every vector in the
image An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensiona ...
of the map . Since is surjective, this means that :\sum_\alpha_i u_i = 0 for every vector :\left(u_i\right)_ \in \prod_k. Consequently, . QED.


See also

*
Covering system In mathematics, a covering system (also called a complete residue system) is a collection :\ of finitely many residue classes a_i(\mathrm\ ) = \ whose union contains every integer. Examples and definitions The notion of covering system was ...
*
Hasse principle In mathematics, Helmut Hasse's local–global principle, also known as the Hasse principle, is the idea that one can find an integer solution to an equation by using the Chinese remainder theorem to piece together solutions modulo powers of eac ...
*
Residue number system A residue numeral system (RNS) is a numeral system representing integers by their values modulo several pairwise coprime integers called the moduli. This representation is allowed by the Chinese remainder theorem, which asserts that, if is the pro ...


Notes


References

* * *. See in particular Section 2.5, "Helly Property"
pp. 393–394
* * * * * * * * * *


Further reading

*. See Section 31.5: The Chinese remainder theorem, pp. 873–876. * * *. See Section 4.3.2 (pp. 286–291), exercise 4.6.2–3 (page 456).


External links

* * *
Full text of the Sun-tzu Suan-ching
(Chinese)
Chinese Text Project The Chinese Text Project (CTP; ) is a digital library project that assembles collections of early Chinese texts. The name of the project in Chinese literally means "The Chinese Philosophical Book Digitization Project", showing its focus on books ...
{{authority control Articles containing proofs Sun, Master Commutative algebra Modular arithmetic Theorems in number theory